PluginInfo

Basic information about a plugin available to Geany without loading the plugin.

Members

Variables

_version
const(gchar)* _version;

The version of the plugin.

author
const(gchar)* author;

The author of the plugin.

description
const(gchar)* description;

The description of the plugin.

name
const(gchar)* name;

The name of the plugin.

Meta